home *** CD-ROM | disk | FTP | other *** search
- Path: netnews.hinet.net!news
- From: terry@ms1.hinet.net (Chen Tai-Wei)
- Newsgroups: comp.lang.c++
- Subject: Re: Debugging Borland 4.5 DOS apps
- Date: Wed, 03 Apr 1996 18:58:46 GMT
- Organization: KMC Psychology Department
- Message-ID: <3162c519.3358809@netnews.hinet.net>
- References: <DpALAE.Bw8@cam-ani.co.uk>
- NNTP-Posting-Host: 168.95.124.248
- X-Newsreader: Forte Agent .99d/32.182
-
- On Wed, 3 Apr 1996 15:20:35 GMT, tim@cam-ani.co.uk (Tim Wheals) wrote:
-
- >Is source level debugging of DOS applications possible using Borland C++
- >4.5? Trying to start the debugger for a DOS project results in a
- >message along the lines of "Can only debug 16 bit Windows programs".
-
- In Windows enviroment, you can only debug 16-bit windows programs.
- But you can run the Turbo Debugger from the Tool menu. Then you can
- see what happened step-by-step.
- ---
- // Depression is an attribute of an object. Since protected by the
- // private keyword, it still can be accessed by some method which
- // is public or friend. It will be derived by the inheritance. And
- // you can't find any destructors forever.
- // Copyright (C++) 1971-96 by Chen Tai-Wei, terry@ms1.hinet.net
-